Check-in Number:
|
3947 | |
Date: |
2003-Jan-24 20:44:40 (local)
2003-Jan-24 19:44:40 (UTC) |
User: | ms |
Branch: | |
Comment: |
Rename files, and do cleanups. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/Makefile.in 1.34 -> 1.35
--- Makefile.in 2003/01/24 16:32:18 1.34
+++ Makefile.in 2003/01/24 19:44:40 1.35
@@ -72,16 +72,16 @@
TARGET_PROGS = as-gui
TARGET_MANS = as-gui.1 as-gui.conf.5
-SRCS = as_main.cpp as_gui.cpp as_assist.cpp as_slot.cpp as_dataop.cpp as_except.cpp as_generic.cpp as_amount.cpp as_table.cpp as_pref.cpp as_rand.cpp as_uuidgen.cpp as_version.cpp
+SRCS = as_main.cpp as_gui.cpp as_assist.cpp as_slot.cpp as_dataop.cpp as_except.cpp as_generic.cpp as_amount.cpp as_table.cpp as_pref.cpp as_rand.cpp as_uuid.cpp as_version.cpp
-OBJS = as_main.o as_gui.o as_assist.o as_slot.o as_dataop.o as_except.o as_generic.o as_amount.o as_table.o as_pref.o as_rand.o as_uuidgen.o as_version.o
+OBJS = as_main.o as_gui.o as_assist.o as_slot.o as_dataop.o as_except.o as_generic.o as_amount.o as_table.o as_pref.o as_rand.o as_uuid.o as_version.o
GRAFX = gfx/ossplogo.xpm
# IDL compiler generated
-IDL_SRC = asdb.idl
-IDL_OUT = asdb.cpp asdb.h
-IDL_OBJ = asdb.o
+IDL_SRC = as_stub.idl
+IDL_OUT = as_stub.cpp as_stub.h
+IDL_OBJ = as_stub.o
# Qt meta object compiler (MOC) generated
MOC_OUT = moc_as_gui.cpp moc_as_table.cpp
|
|
ossp-pkg/as/as-gui/as_slot.cpp 1.86 -> 1.87
--- as_slot.cpp 2003/01/24 18:22:03 1.86
+++ as_slot.cpp 2003/01/24 19:44:40 1.87
@@ -49,7 +49,7 @@
#endif // HAVE_ESOAP
#ifdef HAVE_MICO
#include <coss/CosNaming.h>
-#include "asdb.h" // CORBA stubs and skeletons
+#include "as_stub.h" // CORBA stubs and skeletons
#endif // HAVE_MICO
// Icon pixel maps
|
|
ossp-pkg/as/as-gui/as_stub.idl 1.3 -> 1.4
--- as_stub.idl 2003/01/20 18:43:42 1.3
+++ as_stub.idl 2003/01/24 19:44:40 1.4
@@ -26,7 +26,7 @@
// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
// SUCH DAMAGE.
//
-// asdb.idl: OMG IDL
+// as_stub.idl: OMG IDL
//
struct Astuple {
|
|
ossp-pkg/as/as-gui/as_uuid.cpp 1.8 -> 1.9
--- as_uuid.cpp 2003/01/22 20:44:40 1.8
+++ as_uuid.cpp 2003/01/24 19:44:40 1.9
@@ -26,7 +26,7 @@
// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
// SUCH DAMAGE.
//
-// as_uuidgen.cpp: ISO C++ implementation
+// as_uuid.cpp: ISO C++ implementation
//
#include <string>
|
|
ossp-pkg/as/as-gui/as_uuid.h 1.4 -> 1.5
--- as_uuid.h 2003/01/22 20:44:40 1.4
+++ as_uuid.h 2003/01/24 19:44:40 1.5
@@ -26,7 +26,7 @@
// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
// SUCH DAMAGE.
//
-// as_uuidgen.h: ISO C++ interface
+// as_uuid.h: ISO C++ interface
//
#ifndef UUIDGEN_H
|
|