gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/fox-gui/io_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'fox-gui/io_thread.h')
-rw-r--r--fox-gui/io_thread.h 19
1 files changed, 10 insertions, 9 deletions
diff --git a/fox-gui/io_thread.h b/fox-gui/io_thread.h
index 6433cd79..37241c92 100644
--- a/fox-gui/io_thread.h
+++ b/fox-gui/io_thread.h
@@ -5,19 +5,20 @@
#include "gsl_shell_thread.h"
-class lua_io_thread : public FXThread {
+class lua_io_thread : public FXThread
+{
public:
- lua_io_thread(gsl_shell_thread* eng, FXGUISignal* sig, FXMutex* mut, FXString* buf):
- m_engine(eng), m_io_ready(sig), m_io_protect(mut), m_io_buffer(buf)
- { }
+ lua_io_thread(gsl_shell_thread* eng, FXGUISignal* sig, FXMutex* mut, FXString* buf):
+ m_engine(eng), m_io_ready(sig), m_io_protect(mut), m_io_buffer(buf)
+ { }
- virtual FXint run();
+ virtual FXint run();
private:
- gsl_shell_thread* m_engine;
- FXGUISignal* m_io_ready;
- FXMutex* m_io_protect;
- FXString* m_io_buffer;
+ gsl_shell_thread* m_engine;
+ FXGUISignal* m_io_ready;
+ FXMutex* m_io_protect;
+ FXString* m_io_buffer;
};
#endif
generated by cgit v1.2.3 (git 2.39.1) at 2025年10月01日 05:26:15 +0000

AltStyle によって変換されたページ (->オリジナル) /