summaryrefslogtreecommitdiff
path: root/examples/APG/Processes/Spawn.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-07-26 00:33:03 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-07-26 00:33:03 +0000
commite5e0c0b14f283a8dd561adec5ebd06ee88983aa3 (patch)
treec8ae0291fac1d77ece7dc1df2ee7394a8cb9d1eb /examples/APG/Processes/Spawn.cpp
parentbb4cb2626b7d1ffb25f1f74e91603ba6b312ad98 (diff)
downloadATCD-e5e0c0b14f283a8dd561adec5ebd06ee88983aa3.tar.gz
ChangeLogTag:Tue Jul 13 06:21:23 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'examples/APG/Processes/Spawn.cpp')
-rw-r--r--examples/APG/Processes/Spawn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/APG/Processes/Spawn.cpp b/examples/APG/Processes/Spawn.cpp
index f6da500485e..b3323ccfb8d 100644
--- a/examples/APG/Processes/Spawn.cpp
+++ b/examples/APG/Processes/Spawn.cpp
@@ -146,7 +146,7 @@ public:
ACE_TCHAR str[128];
ACE_OS::sprintf (str, ACE_TEXT ("(%d) Enter your command\n"),
- ACE_OS::getpid ());
+ static_cast<int> (ACE_OS::getpid ()));
ACE_OS::write (ACE_STDOUT, str, ACE_OS::strlen (str));
this->readLine (str);
ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("(%P) Executed: %C\n"),