ossp-pkg/as/as-gui/as_slot.cpp 1.75 -> 1.76
--- as_slot.cpp 2002/12/20 17:42:10 1.75
+++ as_slot.cpp 2003/01/16 08:26:29 1.76
@@ -1138,6 +1138,33 @@
}
//
+// Generate a local formatted report
+//
+void Titraqform::genReport(void)
+{
+ Prototype Unimp;
+ Unimp.doMbox();
+}
+
+//
+// Syncronize data with server using IIOP
+//
+void Titraqform::syncIiop(void)
+{
+ Prototype Unimp;
+ Unimp.doMbox();
+}
+
+//
+// Syncronize data with server using SOAP
+//
+void Titraqform::syncSoap(void)
+{
+ Prototype Unimp;
+ Unimp.doMbox();
+}
+
+//
// Save user preferences
//
void Titraqform::savePrefs(void)
|
|