summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-18 00:26:44 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-18 00:26:44 +0000
commit8426222f212232bb1381f21e12952e8ace0a51d9 (patch)
tree1535174c072e1504d116f879aa9eba8682007df3
parent8f206da342d3a375fbef57225c7708e1fcfa107c (diff)
downloadATCD-8426222f212232bb1381f21e12952e8ace0a51d9.tar.gz
(tss_base,some ACE_PSOS_Time_t functions): removed ACE_INLINE
-rw-r--r--ace/OS.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/ace/OS.cpp b/ace/OS.cpp
index 29097c50112..3993b2687a0 100644
--- a/ace/OS.cpp
+++ b/ace/OS.cpp
@@ -1720,7 +1720,6 @@ ACE_TSS_Emulation_cleanup (void *ptr)
// cleanup
}
-ACE_INLINE
void **
ACE_TSS_Emulation::tss_base (void* ts_storage[])
{
@@ -4520,7 +4519,7 @@ ACE_PSOS_Time_t::operator timespec_t (void)
// type cast operator (to a timespec_t)
-ACE_INLINE u_long
+u_long
ACE_PSOS_Time_t::get_system_time (ACE_PSOS_Time_t& t)
{
u_long ret_val = 0;
@@ -4548,7 +4547,7 @@ ACE_PSOS_Time_t::get_system_time (ACE_PSOS_Time_t& t)
// Static member function to get current system time.
-ACE_INLINE u_long
+u_long
ACE_PSOS_Time_t::set_system_time (const ACE_PSOS_Time_t& t)
{
u_long ret_val = tm_set (t.date_, t.time_, t.ticks_);
@@ -4559,7 +4558,7 @@ ACE_PSOS_Time_t::set_system_time (const ACE_PSOS_Time_t& t)
# if defined (ACE_PSOSIM)
-ACE_INLINE u_long
+u_long
ACE_PSOS_Time_t::init_simulator_time (void)
{
// This is a hack using a direct UNIX system call, because the