File: Storage.hh

package info (click to toggle)
synopsis 0.12-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 38,112 kB
  • ctags: 18,122
  • sloc: ansic: 41,842; cpp: 39,920; xml: 17,704; python: 13,545; sh: 10,045; yacc: 1,271; makefile: 1,242; lex: 684; asm: 361
file content (34 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (6)
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
{

}