summaryrefslogtreecommitdiff
path: root/desktop/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-02-12 16:27:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-02-12 16:27:46 +0000
commit21f6a2e8908d84e0ef6456180473d734336b0b02 (patch)
tree21fbbe2033e81354ecc18777572ff4cbb628c1dc /desktop/inc
parentfcdac9db2f94c92fa768dcfe5f92e85ce1c8de4d (diff)
INTEGRATION: CWS fwk84_SRC680 (1.32.330); FILE MERGED
2008/02/01 13:14:16 cd 1.32.330.2: #153869# Create a instance uuid for every product version 2008/01/30 15:25:56 cd 1.32.330.1: #153869# Create instance URN on startup and adapt registration URL and job
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/app.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index 3b8232e3cc40..f3c99b541784 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: app.hxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: rt $ $Date: 2008-01-29 16:29:39 $
+ * last change: $Author: vg $ $Date: 2008-02-12 17:27:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -189,6 +189,11 @@ class Desktop : public Application
static void PreloadModuleData( CommandLineArgs* );
static void PreloadConfigurationData();
+ static ::rtl::OUString GetProductVersionID();
+ static ::rtl::OUString GetInstanceUUID( const ::rtl::OUString& rProductVersionID );
+ static ::rtl::OUString GenerateUUID();
+ static void StoreInstanceUUID( const ::rtl::OUString& rProductVersionID, const ::rtl::OUString& rUUID );
+
Reference<XStatusIndicator> m_rSplashScreen;
void OpenSplashScreen();
void SetSplashScreenProgress(sal_Int32);