summaryrefslogtreecommitdiff
path: root/TAO/utils/logWalker/Session.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/utils/logWalker/Session.h')
-rw-r--r--TAO/utils/logWalker/Session.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/utils/logWalker/Session.h b/TAO/utils/logWalker/Session.h
index 2219921469a..7e944fc5701 100644
--- a/TAO/utils/logWalker/Session.h
+++ b/TAO/utils/logWalker/Session.h
@@ -33,6 +33,9 @@ public:
static bool set_tao_version (ACE_TCHAR *str);
static long tao_version (void);
+ static int date_format (void);
+ static bool set_date_format (ACE_TCHAR *ser);
+
void alternate_address (const char *string);
void default_service (const char *string);
@@ -53,6 +56,7 @@ private:
ACE_CString base_dir_;
ACE_CString outfile_;
static long tao_version_;
+ static int date_format_;
};
#endif // LOG_WALKER_SESSION_H