From 64d4b88ac44bc0a901f2f5127679c8a1ccc8e62d Mon Sep 17 00:00:00 2001 From: "scc%netscape.com" Date: Mon, 17 Apr 2000 11:49:23 +0000 Subject: [PATCH] attempting to fix build bustage git-svn-id: svn://10.0.0.236/trunk@66195 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/string/obsolete/nsString.h | 8 ++++---- mozilla/string/obsolete/nsString2.h | 10 +++++----- mozilla/xpcom/ds/nsString.h | 8 ++++---- mozilla/xpcom/ds/nsString2.h | 10 +++++----- mozilla/xpcom/string/obsolete/nsString.h | 8 ++++---- mozilla/xpcom/string/obsolete/nsString2.h | 10 +++++----- 6 files changed, 27 insertions(+), 27 deletions(-) diff --git a/mozilla/string/obsolete/nsString.h b/mozilla/string/obsolete/nsString.h index 2aaf5f703df..03fb430869b 100644 --- a/mozilla/string/obsolete/nsString.h +++ b/mozilla/string/obsolete/nsString.h @@ -775,10 +775,10 @@ public: private: // NOT TO BE IMPLEMENTED // these signatures help clients not accidentally call the wrong thing helped by C++ automatic integral promotion - void AssignWithConversion( char ); - void AssignWithConversion( const char*, PRInt32=-1 ); - void AppendWithConversion( char ); - void InsertWithConversion( char, PRUint32 ); + void AssignWithConversion( char ) { } + void AssignWithConversion( const char*, PRInt32=-1 ) { } + void AppendWithConversion( char ) { } + void InsertWithConversion( char, PRUint32 ) { } }; #if 0//def NEW_STRING_APIS diff --git a/mozilla/string/obsolete/nsString2.h b/mozilla/string/obsolete/nsString2.h index bafcb690f3e..4e0d313fa8a 100644 --- a/mozilla/string/obsolete/nsString2.h +++ b/mozilla/string/obsolete/nsString2.h @@ -870,11 +870,11 @@ public: private: // NOT TO BE IMPLEMENTED // these signatures help clients not accidentally call the wrong thing helped by C++ automatic integral promotion - void AssignWithConversion( PRUnichar ); - void AssignWithConversion( const PRUnichar*, PRInt32=-1 ); - void AppendWithConversion( PRUnichar ); - void AppendWithConversion( const PRUnichar*, PRInt32=-1 ); - void InsertWithConversion( const PRUnichar*, PRUint32, PRInt32=-1 ); + void AssignWithConversion( PRUnichar ) { } + void AssignWithConversion( const PRUnichar*, PRInt32=-1 ) { } + void AppendWithConversion( PRUnichar ) { } + void AppendWithConversion( const PRUnichar*, PRInt32=-1 ) { } + void InsertWithConversion( const PRUnichar*, PRUint32, PRInt32=-1 ) { } }; #if 0//def NEW_STRING_APIS diff --git a/mozilla/xpcom/ds/nsString.h b/mozilla/xpcom/ds/nsString.h index 2aaf5f703df..03fb430869b 100644 --- a/mozilla/xpcom/ds/nsString.h +++ b/mozilla/xpcom/ds/nsString.h @@ -775,10 +775,10 @@ public: private: // NOT TO BE IMPLEMENTED // these signatures help clients not accidentally call the wrong thing helped by C++ automatic integral promotion - void AssignWithConversion( char ); - void AssignWithConversion( const char*, PRInt32=-1 ); - void AppendWithConversion( char ); - void InsertWithConversion( char, PRUint32 ); + void AssignWithConversion( char ) { } + void AssignWithConversion( const char*, PRInt32=-1 ) { } + void AppendWithConversion( char ) { } + void InsertWithConversion( char, PRUint32 ) { } }; #if 0//def NEW_STRING_APIS diff --git a/mozilla/xpcom/ds/nsString2.h b/mozilla/xpcom/ds/nsString2.h index bafcb690f3e..4e0d313fa8a 100644 --- a/mozilla/xpcom/ds/nsString2.h +++ b/mozilla/xpcom/ds/nsString2.h @@ -870,11 +870,11 @@ public: private: // NOT TO BE IMPLEMENTED // these signatures help clients not accidentally call the wrong thing helped by C++ automatic integral promotion - void AssignWithConversion( PRUnichar ); - void AssignWithConversion( const PRUnichar*, PRInt32=-1 ); - void AppendWithConversion( PRUnichar ); - void AppendWithConversion( const PRUnichar*, PRInt32=-1 ); - void InsertWithConversion( const PRUnichar*, PRUint32, PRInt32=-1 ); + void AssignWithConversion( PRUnichar ) { } + void AssignWithConversion( const PRUnichar*, PRInt32=-1 ) { } + void AppendWithConversion( PRUnichar ) { } + void AppendWithConversion( const PRUnichar*, PRInt32=-1 ) { } + void InsertWithConversion( const PRUnichar*, PRUint32, PRInt32=-1 ) { } }; #if 0//def NEW_STRING_APIS diff --git a/mozilla/xpcom/string/obsolete/nsString.h b/mozilla/xpcom/string/obsolete/nsString.h index 2aaf5f703df..03fb430869b 100644 --- a/mozilla/xpcom/string/obsolete/nsString.h +++ b/mozilla/xpcom/string/obsolete/nsString.h @@ -775,10 +775,10 @@ public: private: // NOT TO BE IMPLEMENTED // these signatures help clients not accidentally call the wrong thing helped by C++ automatic integral promotion - void AssignWithConversion( char ); - void AssignWithConversion( const char*, PRInt32=-1 ); - void AppendWithConversion( char ); - void InsertWithConversion( char, PRUint32 ); + void AssignWithConversion( char ) { } + void AssignWithConversion( const char*, PRInt32=-1 ) { } + void AppendWithConversion( char ) { } + void InsertWithConversion( char, PRUint32 ) { } }; #if 0//def NEW_STRING_APIS diff --git a/mozilla/xpcom/string/obsolete/nsString2.h b/mozilla/xpcom/string/obsolete/nsString2.h index bafcb690f3e..4e0d313fa8a 100644 --- a/mozilla/xpcom/string/obsolete/nsString2.h +++ b/mozilla/xpcom/string/obsolete/nsString2.h @@ -870,11 +870,11 @@ public: private: // NOT TO BE IMPLEMENTED // these signatures help clients not accidentally call the wrong thing helped by C++ automatic integral promotion - void AssignWithConversion( PRUnichar ); - void AssignWithConversion( const PRUnichar*, PRInt32=-1 ); - void AppendWithConversion( PRUnichar ); - void AppendWithConversion( const PRUnichar*, PRInt32=-1 ); - void InsertWithConversion( const PRUnichar*, PRUint32, PRInt32=-1 ); + void AssignWithConversion( PRUnichar ) { } + void AssignWithConversion( const PRUnichar*, PRInt32=-1 ) { } + void AppendWithConversion( PRUnichar ) { } + void AppendWithConversion( const PRUnichar*, PRInt32=-1 ) { } + void InsertWithConversion( const PRUnichar*, PRUint32, PRInt32=-1 ) { } }; #if 0//def NEW_STRING_APIS