GTK+ IOStream  Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ORBICE.ice
Go to the documentation of this file.
1 // Author Matt Flax <flatmax@>
2 // Date: 2013.04.26
3 
4 #ifndef ORBICE_ICE_
5 #define ORBICE_ICE_
6 
8 module ORB {
12  interface ORBICE {
19  void getObjectPointer(string name, out Object objectPointer);
20  void shutdown();
21  };
22 };
23 #endif // ORBICE_ICE_
24