1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
// This file is typically generated by an IDL to C++ translator.
namespace Storage
{
class ObjectState;
typedef ObjectState* ObjectState_ptr;
typedef ObjectState_ptr ObjectStateRef;
class ObjectState_var;
class ObjectState_out;
class Storable;
typedef Storable* Storable_ptr;
typedef Storable_ptr StorableRef;
class Storable_var;
class Storable_out;
class Factory;
typedef Factory* Factory_ptr;
typedef Factory_ptr FactoryRef;
class Factory_var;
class Factory_out;
}
namespace POA_Storage
{
class Storable;
class Factory;
}
namespace OBV_Storage
{
}
|