summaryrefslogtreecommitdiffstats
path: root/client/platform.h
diff options
context:
space:
mode:
authorYaniv Kamay <ykamay@redhat.com>2010-01-11 19:30:39 +0200
committerYaniv Kamay <ykamay@redhat.com>2010-01-11 19:30:39 +0200
commitad121810278c1e2851f74c370e1cb36e52367be3 (patch)
treee6cf3525bcf2b1161bbe5177d9c60f90183736a4 /client/platform.h
parent3eae1c80d97ce6d1e0eee69f7454973abdb94ef6 (diff)
downloadspice-ad121810278c1e2851f74c370e1cb36e52367be3.tar.gz
spice-ad121810278c1e2851f74c370e1cb36e52367be3.tar.xz
spice-ad121810278c1e2851f74c370e1cb36e52367be3.zip
client: move log file to spicec appdata dir
Diffstat (limited to 'client/platform.h')
-rw-r--r--client/platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/platform.h b/client/platform.h
index 87a44bb5..ec335540 100644
--- a/client/platform.h
+++ b/client/platform.h
@@ -38,6 +38,8 @@ public:
static void yield();
static uint64_t get_monolithic_time();
static void get_temp_dir(std::string& path);
+ static void get_app_data_dir(std::string& path, const std::string& app_name);
+ static void path_append(std::string& path, const std::string& partial_path);
static uint64_t get_process_id();
static uint64_t get_thread_id();
static void error_beep();
@@ -48,8 +50,6 @@ public:
static void send_quit_request();
- static void get_spice_config_dir(std::string& path);
-
enum ThreadPriority {
PRIORITY_INVALID,
PRIORITY_TIME_CRITICAL,