summaryrefslogtreecommitdiff
path: root/ace/Log_Record.cpp
diff options
context:
space:
mode:
authorspark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-08 22:44:34 +0000
committerspark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-08 22:44:34 +0000
commit37943a3462a6db2ae4ef4125bf247e7795eb85f0 (patch)
tree42a3d1c1fde930a5437febb3aec86ee796024beb /ace/Log_Record.cpp
parent7c3a573f3f5655612d765bdba8a92725b36ec73a (diff)
downloadATCD-37943a3462a6db2ae4ef4125bf247e7795eb85f0.tar.gz
Removed print method that uses ACE_CE_Bridge since CE_Bridge is no longer supported by ACE CE port.
Diffstat (limited to 'ace/Log_Record.cpp')
-rw-r--r--ace/Log_Record.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/ace/Log_Record.cpp b/ace/Log_Record.cpp
index caf0a9b4cde..da35b154011 100644
--- a/ace/Log_Record.cpp
+++ b/ace/Log_Record.cpp
@@ -224,30 +224,6 @@ ACE_Log_Record::format_msg (const ACE_TCHAR *host_name,
return 0;
}
-#if defined (ACE_HAS_WINCE)
-
-int
-ACE_Log_Record::print (const ACE_TCHAR *host_name,
- u_long verbose_flag,
- ACE_CE_Bridge *log_window)
-{
- ACE_TCHAR verbose_msg [MAXVERBOSELOGMSGLEN];
- int result = this->format_msg (host_name, verbose_flag, verbose_msg);
-
- if (result == 0)
- {
- if (log_window == 0)
- log_window = ACE_CE_Bridge::get_default_winbridge ();
-
- // <verbose_cstring> will be deleted by <write_msg> function
- log_window->write_msg (verbose_msg);
- }
-
- return result;
-}
-
-#endif /* defined (ACE_HAS_WINCE) */
-
int
ACE_Log_Record::print (const ACE_TCHAR *host_name,
u_long verbose_flag,