OSSP CVS Repository

ossp - Check-in [4586]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4586
Date: 2004-May-27 23:42:26 (local)
2004-May-27 21:42:26 (UTC)
User:ms
Branch:
Comment: Correct file names in source headers.
Tickets:
Inspections:
Files:
ossp-pkg/as/as-gui/as_amount.cpp      1.7 -> 1.8     1 inserted, 1 deleted
ossp-pkg/as/as-gui/as_amount.h      1.5 -> 1.6     1 inserted, 1 deleted
ossp-pkg/as/as-gui/as_assist.cpp      1.116 -> 1.117     1 inserted, 1 deleted
ossp-pkg/as/as-gui/as_const.h      1.62 -> 1.63     1 inserted, 1 deleted
ossp-pkg/as/as-gui/as_dataop.cpp      1.52 -> 1.53     1 inserted, 1 deleted
ossp-pkg/as/as-gui/as_except.cpp      1.5 -> 1.6     1 inserted, 1 deleted
ossp-pkg/as/as-gui/as_except.h      1.4 -> 1.5     1 inserted, 1 deleted
ossp-pkg/as/as-gui/as_generic.cpp      1.6 -> 1.7     1 inserted, 1 deleted
ossp-pkg/as/as-gui/as_gui.cpp      1.41 -> 1.42     1 inserted, 1 deleted
ossp-pkg/as/as-gui/as_gui.h      1.79 -> 1.80     1 inserted, 1 deleted
ossp-pkg/as/as-gui/as_main.cpp      1.15 -> 1.16     1 inserted, 1 deleted
ossp-pkg/as/as-gui/as_slot.cpp      1.139 -> 1.140     1 inserted, 1 deleted
ossp-pkg/as/as-gui/as_table.cpp      1.24 -> 1.25     1 inserted, 1 deleted
ossp-pkg/as/as-gui/as_table.h      1.16 -> 1.17     1 inserted, 1 deleted
ossp-pkg/as/as-gui/as_tableitem.h      1.6 -> 1.7     1 inserted, 1 deleted

ossp-pkg/as/as-gui/as_amount.cpp 1.7 -> 1.8

--- as_amount.cpp        2003/11/20 11:31:20     1.7
+++ as_amount.cpp        2004/05/27 21:42:26     1.8
@@ -26,7 +26,7 @@
 //  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 //  SUCH DAMAGE.
 //
-//  titamount.cpp: ISO C++ implementation
+//  as_amount.cpp: ISO C++ implementation
 //
 
 //#include <qregexp.h>


ossp-pkg/as/as-gui/as_amount.h 1.5 -> 1.6

--- as_amount.h  2003/11/20 11:31:20     1.5
+++ as_amount.h  2004/05/27 21:42:26     1.6
@@ -26,7 +26,7 @@
 //  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 //  SUCH DAMAGE.
 //
-//  titamount.h: ISO C++ interface
+//  as_amount.h: ISO C++ interface
 //
 
 #ifndef AMOUNTBOX_H


ossp-pkg/as/as-gui/as_assist.cpp 1.116 -> 1.117

--- as_assist.cpp        2003/11/20 11:31:20     1.116
+++ as_assist.cpp        2004/05/27 21:42:26     1.117
@@ -26,7 +26,7 @@
 //  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 //  SUCH DAMAGE.
 //
-//  titassist.cpp: ISO C++ implementation
+//  as_assist.cpp: ISO C++ implementation
 //
 
 // Qt style headers


ossp-pkg/as/as-gui/as_const.h 1.62 -> 1.63

--- as_const.h   2003/11/20 11:31:20     1.62
+++ as_const.h   2004/05/27 21:42:26     1.63
@@ -26,7 +26,7 @@
 //  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 //  SUCH DAMAGE.
 //
-//  titconst.h: ISO C++ interface
+//  as_const.h: ISO C++ interface
 //
 
 #ifndef TITCONST_H


ossp-pkg/as/as-gui/as_dataop.cpp 1.52 -> 1.53

--- as_dataop.cpp        2003/11/20 11:31:20     1.52
+++ as_dataop.cpp        2004/05/27 21:42:26     1.53
@@ -26,7 +26,7 @@
 //  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 //  SUCH DAMAGE.
 //
-//  tidatops.cpp: ISO C++ implementation
+//  as_dataops.cpp: ISO C++ implementation
 //
 
 // System headers


ossp-pkg/as/as-gui/as_except.cpp 1.5 -> 1.6

--- as_except.cpp        2003/11/20 11:31:20     1.5
+++ as_except.cpp        2004/05/27 21:42:26     1.6
@@ -26,7 +26,7 @@
 //  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 //  SUCH DAMAGE.
 //
-//  titrex.cpp: ISO C++ implementation
+//  as_except.cpp: ISO C++ implementation
 //
 
 #include "as_except.h"


ossp-pkg/as/as-gui/as_except.h 1.4 -> 1.5

--- as_except.h  2003/11/20 11:31:20     1.4
+++ as_except.h  2004/05/27 21:42:26     1.5
@@ -26,7 +26,7 @@
 //  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 //  SUCH DAMAGE.
 //
-//  titrex.h: ISO C++ interface
+//  as_except.h: ISO C++ interface
 //
 
 #ifndef TITRAQEXCEPT_H


ossp-pkg/as/as-gui/as_generic.cpp 1.6 -> 1.7

--- as_generic.cpp       2003/11/20 11:31:20     1.6
+++ as_generic.cpp       2004/05/27 21:42:26     1.7
@@ -26,7 +26,7 @@
 //  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 //  SUCH DAMAGE.
 //
-//  generic.cpp: ISO C++ implementation
+//  as_generic.cpp: ISO C++ implementation
 //
 
 #include <qobject.h>


ossp-pkg/as/as-gui/as_gui.cpp 1.41 -> 1.42

--- as_gui.cpp   2003/11/20 11:31:20     1.41
+++ as_gui.cpp   2004/05/27 21:42:26     1.42
@@ -26,7 +26,7 @@
 //  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 //  SUCH DAMAGE.
 //
-//  titraq.cpp: ISO C++ implementation
+//  as_gui.cpp: ISO C++ implementation
 //
 
 // User interface


ossp-pkg/as/as-gui/as_gui.h 1.79 -> 1.80

--- as_gui.h     2004/05/27 21:33:31     1.79
+++ as_gui.h     2004/05/27 21:42:26     1.80
@@ -26,7 +26,7 @@
 //  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 //  SUCH DAMAGE.
 //
-//  titraq.h: ISO C++ interface
+//  as_gui.h: ISO C++ interface
 //
 
 #ifndef AS_GUI_MWIN_H


ossp-pkg/as/as-gui/as_main.cpp 1.15 -> 1.16

--- as_main.cpp  2003/11/20 11:31:20     1.15
+++ as_main.cpp  2004/05/27 21:42:26     1.16
@@ -26,7 +26,7 @@
 //  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 //  SUCH DAMAGE.
 //
-//  main.cpp: ISO C++ implementation
+//  as_main.cpp: ISO C++ implementation
 //
 
 #include <qapplication.h>


ossp-pkg/as/as-gui/as_slot.cpp 1.139 -> 1.140

--- as_slot.cpp  2003/11/20 11:31:20     1.139
+++ as_slot.cpp  2004/05/27 21:42:26     1.140
@@ -26,7 +26,7 @@
 //  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 //  SUCH DAMAGE.
 //
-//  titslot.cpp: ISO C++ implementation
+//  as_slot.cpp: ISO C++ implementation
 //
 
 // system headers


ossp-pkg/as/as-gui/as_table.cpp 1.24 -> 1.25

--- as_table.cpp 2003/11/20 11:31:20     1.24
+++ as_table.cpp 2004/05/27 21:42:26     1.25
@@ -26,7 +26,7 @@
 //  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 //  SUCH DAMAGE.
 //
-//  titable.cpp: ISO C++ implementation
+//  as_table.cpp: ISO C++ implementation
 //
 
 #include <qheader.h>


ossp-pkg/as/as-gui/as_table.h 1.16 -> 1.17

--- as_table.h   2003/11/20 11:31:20     1.16
+++ as_table.h   2004/05/27 21:42:26     1.17
@@ -26,7 +26,7 @@
 //  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 //  SUCH DAMAGE.
 //
-//  titable.h: ISO C++ interface
+//  as_table.h: ISO C++ interface
 //
 
 #ifndef TITABLE_H


ossp-pkg/as/as-gui/as_tableitem.h 1.6 -> 1.7

--- as_tableitem.h       2003/11/20 11:31:20     1.6
+++ as_tableitem.h       2004/05/27 21:42:26     1.7
@@ -26,7 +26,7 @@
 //  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 //  SUCH DAMAGE.
 //
-//  titabitem.h: ISO C++ interface
+//  as_tableitem.h: ISO C++ interface
 //
 
 #ifndef RTTABLEITEM_H

CVSTrac 2.0.1