diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llwindow/llwindowheadless.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llwindow/llwindowheadless.h')
-rw-r--r-- | linden/indra/llwindow/llwindowheadless.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/linden/indra/llwindow/llwindowheadless.h b/linden/indra/llwindow/llwindowheadless.h index 7cef7d8..fffb2ed 100644 --- a/linden/indra/llwindow/llwindowheadless.h +++ b/linden/indra/llwindow/llwindowheadless.h | |||
@@ -77,12 +77,6 @@ public: | |||
77 | /*virtual*/ void delayInputProcessing() {}; | 77 | /*virtual*/ void delayInputProcessing() {}; |
78 | /*virtual*/ void swapBuffers(); | 78 | /*virtual*/ void swapBuffers(); |
79 | 79 | ||
80 | /*virtual*/ LLString getTempFileName() {return LLString(""); }; | ||
81 | /*virtual*/ void deleteFile( const char* file_name ) {}; | ||
82 | /*virtual*/ S32 stat( const char* file_name, struct stat* stat_info ) {return 0; }; | ||
83 | /*virtual*/ BOOL sendEmail(const char* address,const char* subject,const char* body_text,const char* attachment=NULL, const char* attachment_displayed_name=NULL) { return FALSE; }; | ||
84 | |||
85 | |||
86 | // handy coordinate space conversion routines | 80 | // handy coordinate space conversion routines |
87 | /*virtual*/ BOOL convertCoords(LLCoordScreen from, LLCoordWindow *to) { return FALSE; }; | 81 | /*virtual*/ BOOL convertCoords(LLCoordScreen from, LLCoordWindow *to) { return FALSE; }; |
88 | /*virtual*/ BOOL convertCoords(LLCoordWindow from, LLCoordScreen *to) { return FALSE; }; | 82 | /*virtual*/ BOOL convertCoords(LLCoordWindow from, LLCoordScreen *to) { return FALSE; }; |
@@ -99,7 +93,7 @@ public: | |||
99 | /*virtual*/ void *getPlatformWindow() { return 0; }; | 93 | /*virtual*/ void *getPlatformWindow() { return 0; }; |
100 | /*virtual*/ void bringToFront() {}; | 94 | /*virtual*/ void bringToFront() {}; |
101 | 95 | ||
102 | LLWindowHeadless(char *title, char *name, S32 x, S32 y, S32 width, S32 height, | 96 | LLWindowHeadless(const std::string& title, const std::string& name, S32 x, S32 y, S32 width, S32 height, |
103 | U32 flags, BOOL fullscreen, BOOL clearBg, | 97 | U32 flags, BOOL fullscreen, BOOL clearBg, |
104 | BOOL disable_vsync, BOOL use_gl, BOOL ignore_pixel_depth); | 98 | BOOL disable_vsync, BOOL use_gl, BOOL ignore_pixel_depth); |
105 | virtual ~LLWindowHeadless(); | 99 | virtual ~LLWindowHeadless(); |
@@ -114,7 +108,7 @@ public: | |||
114 | virtual ~LLSplashScreenHeadless() {}; | 108 | virtual ~LLSplashScreenHeadless() {}; |
115 | 109 | ||
116 | /*virtual*/ void showImpl() {}; | 110 | /*virtual*/ void showImpl() {}; |
117 | /*virtual*/ void updateImpl(const char* mesg) {}; | 111 | /*virtual*/ void updateImpl(const std::string& mesg) {}; |
118 | /*virtual*/ void hideImpl() {}; | 112 | /*virtual*/ void hideImpl() {}; |
119 | 113 | ||
120 | }; | 114 | }; |