/*
* Copyright 1995, 1996 Perforce Software. All rights reserved.
*
* This file is part of Perforce - the FAST SCM System.
*/
class VarArray ;
class RpcDispatcher {
public:
RpcDispatcher( void );
~RpcDispatcher( void );
void Add( const RpcDispatch *dispatch );
const RpcDispatch *Find( const char *func );
private:
VarArray *dispatches;
} ;
# |
Change |
User |
Description |
Committed |
|
#1
|
22562 |
rlranft |
Populate -o //guest/perforce_software/p4/2017-1/...
//guest/rlranft/p4/2017-1/.... |
|
|
//guest/perforce_software/p4/2017-1/rpc/rpcdispatch.h |
#1
|
22288 |
mark_mears |
import 2017.1 code drop |
|
|