diff options
author | iliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-12-19 22:32:59 +0000 |
---|---|---|
committer | iliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-12-19 22:32:59 +0000 |
commit | 27d5d06f8d192e0a4fad8f8a030f52d70516a4e3 (patch) | |
tree | 3dfcfed8fb554671350f4734498e1c4b19c5b7d7 /TAO/tao/TSS_Resources.cpp | |
parent | dc876d2f697cccb1f680582f2dbd379af781ffb9 (diff) | |
download | ATCD-27d5d06f8d192e0a4fad8f8a030f52d70516a4e3.tar.gz |
ChangeLogTag: Tue Dec 19 22:09:34 UTC 2006 Iliyan Jeliazkov <iliyan@ociweb.com>
Diffstat (limited to 'TAO/tao/TSS_Resources.cpp')
-rw-r--r-- | TAO/tao/TSS_Resources.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/TSS_Resources.cpp b/TAO/tao/TSS_Resources.cpp index 73ec7175070..55bcde08649 100644 --- a/TAO/tao/TSS_Resources.cpp +++ b/TAO/tao/TSS_Resources.cpp @@ -23,7 +23,9 @@ TAO_TSS_Resources::TAO_TSS_Resources (void) #endif /* TAO_HAS_CORBA_MESSAGING == 1 */ , gui_resource_factory_ (0) - +#if (TAO_HAS_TRANSPORT_CURRENT == 1) + , tsg_ (0) +#endif /* TAO_HAS_TRANSPORT_CURRENT */ { } |