summaryrefslogtreecommitdiff
path: root/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2011-07-19 20:17:09 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2011-07-19 20:17:09 +0000
commit80012f8bf8032f0c28e4e5ca02d4672370a25137 (patch)
treeea06d543ffc8e066ccfbaf96a8be8a7ca0e6461a /ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl
parent10d279d3172a275f5f53fb18d4a0945f589a7224 (diff)
downloadATCD-saic_android.tar.gz
Tue Jul 19 20:15:51 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>saic_android
* ace/config-android.h: * examples/APG/ThreadManagement/Async_Cancel.cpp: * examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp: * examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl: * examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.inl: * examples/Service_Configurator/IPC-tests/server/Handle_Thr_Stream.cpp: * examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp: * include/makeinclude/platform_android.GNU: * tests/Logging_Strategy_Test.cpp: * tests/Thread_Attrs_Test.cpp: Various android fixes.
Diffstat (limited to 'ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl')
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl
index 03b87ef905c..b82dadd9278 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl
@@ -15,8 +15,12 @@ Handle_L_Stream::~Handle_L_Stream (void)
ACE_INLINE
Handle_L_Stream::Handle_L_Stream (void)
{
+#ifndef ACE_LACKS_CUSERID
if (Handle_L_Stream::login_name == 0)
Handle_L_Stream::login_name = ACE_OS::cuserid (Handle_L_Stream::login);
+#else
+ ACE_ERROR ((LM_ERROR, "Error: cuserid is not supported on this platform"));
+#endif
}
ACE_INLINE int