summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3547_Regression/Stock_Quoter_Types.idl
blob: a9383c7dfb00c710876cf131f4b9a38ac5f5df93 (plain)
1
2
3
4
5
6
7
8
9
#ifndef Stock_Quoter_Types_idl
#define Stock_Quoter_Types_idl

module Stock_Quoter_Types
{
   typedef string Stock_ID;
};

#endif /* Stock_Quoter_Types_idl */