User: vg      
Date: 05/02/16 09:23:08

Modified:
 /dba/connectivity/source/commontools/
  FValue.cxx

Log:
 INTEGRATION: CWS dr33 (1.24.72); FILE MERGED
 2005/02/14 16:33:52 dr 1.24.72.1: #i42367# remove non-ASCII characters from 
C++ sources

File Changes:

Directory: /dba/connectivity/source/commontools/
================================================

File [changed]: FValue.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/FValue.cxx?r1=1.24&r2=1.25
Delta lines:  +36 -36
---------------------
--- FValue.cxx  1 Jun 2004 10:06:14 -0000       1.24
+++ FValue.cxx  16 Feb 2005 17:23:05 -0000      1.25
@@ -161,7 +161,7 @@
                AllocationType( ) : pName( NULL ), nAllocatedUnits( 0 ) { }
        };
 
-       // 
�����������������������������������������������������������������������������
+    // 
=============================================================================
        class AllocationTracer
        {
        public:
@@ -177,7 +177,7 @@
                static AllocationState::iterator        getLocation( const 
sal_Char* _pName );
        };
 
-       // 
�����������������������������������������������������������������������������
+    // 
=============================================================================
        AllocationTracer::AllocationState::iterator     
AllocationTracer::getLocation( const sal_Char* _pName )
        {
                AllocationState::iterator aLookFor = s_aAllocated.begin();
@@ -197,11 +197,11 @@
                return aLookFor;
        }
 
-       // 
�����������������������������������������������������������������������������
+    // 
=============================================================================
        AllocationTracer::AllocationState                       
AllocationTracer::s_aAllocated;
        ::osl::Mutex                                                            
AllocationTracer::s_aMutex;
 
-       // 
�����������������������������������������������������������������������������
+    // 
=============================================================================
        void AllocationTracer::registerUnit( const sal_Char* _pName )
        {
                ::osl::MutexGuard aGuard( s_aMutex );
@@ -210,7 +210,7 @@
                ++aPos->nAllocatedUnits;
        }
 
-       // 
�����������������������������������������������������������������������������
+    // 
=============================================================================
        void AllocationTracer::revokeUnit( const sal_Char* _pName )
        {
                ::osl::MutexGuard aGuard( s_aMutex );




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to