summaryrefslogtreecommitdiff
path: root/ACE/ace/Filecache.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Filecache.h')
-rw-r--r--ACE/ace/Filecache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Filecache.h b/ACE/ace/Filecache.h
index 24c220b4f24..df1835b9372 100644
--- a/ACE/ace/Filecache.h
+++ b/ACE/ace/Filecache.h
@@ -265,7 +265,7 @@ public:
// = error_ accessors
int error (void) const;
int error (int error_value,
- const ACE_TCHAR *s = ACE_LIB_TEXT ("ACE_Filecache_Object"));
+ const ACE_TCHAR *s = ACE_TEXT ("ACE_Filecache_Object"));
/// filename_ accessor
const ACE_TCHAR *filename (void) const;
@@ -292,7 +292,7 @@ protected:
private:
/// Internal error logging method, no locking.
int error_i (int error_value,
- const ACE_TCHAR *s = ACE_LIB_TEXT ("ACE_Filecache_Object"));
+ const ACE_TCHAR *s = ACE_TEXT ("ACE_Filecache_Object"));
public: