diff options
-rwxr-xr-x | Gem/Gem.pd_linux | bin | 34579334 -> 35560442 bytes | |||
-rw-r--r-- | Gem/develop/include/Gem/Gem/Exception.h | 10 | ||||
-rwxr-xr-x | Gem/gem_recordQT4L.so | bin | 457379 -> 457323 bytes | |||
-rwxr-xr-x | Gem/gem_recordV4L.so | bin | 127217 -> 128110 bytes | |||
-rwxr-xr-x | Gem/gem_recordV4L2.so | bin | 126072 -> 127005 bytes | |||
-rwxr-xr-x | Gem/gem_videoDC1394.so | bin | 419682 -> 424727 bytes | |||
-rwxr-xr-x | Gem/gemglxwindow.pd_linux | bin | 217156 -> 218065 bytes |
7 files changed, 3 insertions, 7 deletions
diff --git a/Gem/Gem.pd_linux b/Gem/Gem.pd_linux Binary files differindex 414363b..4d042ac 100755 --- a/Gem/Gem.pd_linux +++ b/Gem/Gem.pd_linux diff --git a/Gem/develop/include/Gem/Gem/Exception.h b/Gem/develop/include/Gem/Gem/Exception.h index d09a480..96051e0 100644 --- a/Gem/develop/include/Gem/Gem/Exception.h +++ b/Gem/develop/include/Gem/Gem/Exception.h @@ -32,22 +32,18 @@ DESCRIPTION #define _INCLUDE__GEM_GEM_EXCEPTION_H_ #include "Gem/ExportDef.h" -#include <string> +#include <stdexcept> + typedef struct _text t_object; -class GEM_EXTERN GemException +class GEM_EXTERN GemException : public std::runtime_error { public: GemException(void); explicit GemException(const char*error); explicit GemException(const std::string&error); - virtual ~GemException(void); - - virtual const char *what(void) const; virtual void report(const char*origin=0) const; -private: - const char*ErrorString; }; namespace gem diff --git a/Gem/gem_recordQT4L.so b/Gem/gem_recordQT4L.so Binary files differindex 9996cad..f637fbb 100755 --- a/Gem/gem_recordQT4L.so +++ b/Gem/gem_recordQT4L.so diff --git a/Gem/gem_recordV4L.so b/Gem/gem_recordV4L.so Binary files differindex 4863384..f144064 100755 --- a/Gem/gem_recordV4L.so +++ b/Gem/gem_recordV4L.so diff --git a/Gem/gem_recordV4L2.so b/Gem/gem_recordV4L2.so Binary files differindex 7f95969..990fc8a 100755 --- a/Gem/gem_recordV4L2.so +++ b/Gem/gem_recordV4L2.so diff --git a/Gem/gem_videoDC1394.so b/Gem/gem_videoDC1394.so Binary files differindex 5b9cc45..7dbf8fc 100755 --- a/Gem/gem_videoDC1394.so +++ b/Gem/gem_videoDC1394.so diff --git a/Gem/gemglxwindow.pd_linux b/Gem/gemglxwindow.pd_linux Binary files differindex e341faa..5d1cce5 100755 --- a/Gem/gemglxwindow.pd_linux +++ b/Gem/gemglxwindow.pd_linux |