Check-in Number:
|
3923 | |
Date: |
2003-Jan-20 19:43:42 (local)
2003-Jan-20 18:43:42 (UTC) |
User: | ms |
Branch: | |
Comment: |
Back out unicode changes, because dealing with them in the main sources leads
to more problems than at first thought. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/as_stub.idl 1.2 -> 1.3
--- as_stub.idl 2003/01/17 17:22:58 1.2
+++ as_stub.idl 2003/01/20 18:43:42 1.3
@@ -32,16 +32,16 @@
struct Astuple {
unsigned long nDate;
unsigned long nTime;
- wstring szName;
- wstring szTask;
- wstring szRemark;
+ string szName;
+ string szTask;
+ string szRemark;
};
interface Account {
void Log(in Astuple Msgline);
- wstring Dump();
+ string Dump();
};
interface Asdatabase {
- Account Open(in wstring Filename);
+ Account Open(in string Filename);
};
|
|