OSDN Git Service

first
[psychlops/cpp.git] / psychlops / platform / osx / psychlops_io_clipboard_osx.cpp
1 /*
2  *  psychlops_io_clipboard_osx.cpp
3  *  Psychlops Standard Library (OSX)
4  *
5  *  Last Modified 2010/01/05 by Kenchi HOSOKAWA
6  *  (C) 2010 Kenchi HOSOKAWA, Kazushi MARUYA, Takao SATO
7  */
8
9 #include <string>
10
11 #include "../../core/devices/psychlops_io_clipboard.h"
12
13
14 namespace Psychlops {
15
16         std::string Clipboard::getText()
17         {
18                 std::string tmp;
19                 return tmp;
20         }
21
22 }       /*      <- namespace Psycholops         */