summaryrefslogtreecommitdiff
path: root/TAO/tests/Demux_Test/CodeGen/tao.h
blob: cdabc2a3446137bb8edb5bc03f73041d152c6ae9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include <iostream.h>
#include <fstream.h>

#include "ace/SString.h"
#include "ace/Containers.h"
#include "ace/Singleton.h"
#include "ace/Get_Opt.h"

long GenObjectTable(ACE_Unbounded_Queue<ACE_CString> &arr, int limit);
long GenMethodTable(ACE_Unbounded_Queue<ACE_CString> &arr, int limit);
long GenClientHeader(ACE_Unbounded_Queue<ACE_CString> &arr, int limit);
long GenClientStubs(ACE_Unbounded_Queue<ACE_CString> &arr, int limit);
long GenClientCode(ACE_Unbounded_Queue<ACE_CString> &arr, int limit);
long GenObjectCreateCode(ACE_Unbounded_Queue<ACE_CString> &arr, int limit);
long GenServerHeader(ACE_Unbounded_Queue<ACE_CString> &arr, int limit);
long GenServerSkels(ACE_Unbounded_Queue<ACE_CString> &arr, int limit);
long GenServantHeader(ACE_Unbounded_Queue<ACE_CString> &arr, int limit);
long GenServantImpl(ACE_Unbounded_Queue<ACE_CString> &arr, int limit);
void GenGPERFCode();
void Usage();