summaryrefslogtreecommitdiffstats
path: root/client/platform.h
diff options
context:
space:
mode:
authorYaniv Kamay <ykamay@redhat.com>2010-01-09 15:49:44 +0200
committerYaniv Kamay <ykamay@redhat.com>2010-01-10 13:40:31 +0200
commitdb5375a5f898c396fc7e66abf1bb761b16c5a684 (patch)
treeef8cf19fa87c199b9f52803b07382387c3177bdd /client/platform.h
parent15fff174ebe05d34541a28769686f860fa9adbb3 (diff)
downloadspice-db5375a5f898c396fc7e66abf1bb761b16c5a684.tar.gz
spice-db5375a5f898c396fc7e66abf1bb761b16c5a684.tar.xz
spice-db5375a5f898c396fc7e66abf1bb761b16c5a684.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 f0ffc0df..a36cdc50 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();
@@ -47,8 +49,6 @@ public:
static void send_quit_request();
- static void get_spice_config_dir(std::string& path);
-
enum ThreadPriority {
PRIORITY_INVALID,
PRIORITY_TIME_CRITICAL,