summaryrefslogtreecommitdiff
path: root/TAO/tests/Demux_Test/CodeGen/tao.h
blob: d35b354899603dc043fb9b35c7fedbf2c86cafff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// $Id$

#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();