Skip to Main Content
DCE Replacement Strategies
book

DCE Replacement Strategies

by Heinz Johner, Jakob Erber, Stephen Hawkins, Klaus Mueller, Pallavi Nagesha Rao, Donna Skibbie
June 2003
Intermediate to advanced content levelIntermediate to advanced
454 pages
10h 19m
English
IBM Redbooks
Content preview from DCE Replacement Strategies
346 DCE Replacement Strategies
clean:
-$(REMOVE) GreetServer1.exe GreetClient.exe \
Server_CORBA.obj client_s2.obj server_manager.obj client_CORBA.obj \
greet_I.obj greet_C.obj greet_S.obj \
greet_C.cpp greet_S.cpp \
greet.hh
CORBA IDL file
Description: CORBA interface definition
File name: greet.idl
interface Greet {
void greet_CORBA(in string client_greeting, out string server_reply);
};
Header file for C wrapper functions
Description: Header file containing the function prototype of all the C wrapper
functions
File name: CWrapper.h
#ifdef __cplusplus
extern "C"{
#endif
int initialize( int argc, char* argv[] );
void finalize();
void greet_CORBA( char* client_greeting, char** reply );
void greet_mirror( const char * client_greeting, char * server_reply ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Reinventing the Organization for GenAI and LLMs

Reinventing the Organization for GenAI and LLMs

Ethan Mollick

Publisher Resources

ISBN: 0738453080Purchase book