Changeset 65 for trunk/tests/DumbDocument.h
- Timestamp:
- 04/14/06 16:24:42 (3 years ago)
- Files:
-
- 1 modified
-
trunk/tests/DumbDocument.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/DumbDocument.h
r27 r65 36 36 // Test functions. 37 37 void setOpenError (DocumentError error); 38 void set Password (const gchar *password);38 void setTestPassword (const gchar *password); 39 39 40 40 private: 41 41 gboolean m_Loaded; 42 42 DocumentError m_OpenError; 43 gchar *m_ Password;43 gchar *m_TestPassword; 44 44 }; 45 45 }
