diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-08-30 19:27:14 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-08-30 19:27:14 -0400 |
commit | 62bb8a055fea0a1f3e25f757ca8201f54bae6012 (patch) | |
tree | 46f94b47d019281d836d5ffef2231754b5cb7809 /src/twitter.h | |
parent | cc57105f29b4095daad03273bc1a882368e75664 (diff) | |
download | libtwittercpp-62bb8a055fea0a1f3e25f757ca8201f54bae6012.tar.gz libtwittercpp-62bb8a055fea0a1f3e25f757ca8201f54bae6012.tar.bz2 libtwittercpp-62bb8a055fea0a1f3e25f757ca8201f54bae6012.zip |
Removed more stream-related classes
Among the deleted classes are list and direct_message. These classes were just stubs because the streaming API was able to return those objects. libtwitter++ does not yet actually support these objects, so the stub classes will be deleted for now. refs #3
Diffstat (limited to 'src/twitter.h')
-rw-r--r-- | src/twitter.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/twitter.h b/src/twitter.h index 382cdce..f8b23d0 100644 --- a/src/twitter.h +++ b/src/twitter.h | |||
@@ -2,9 +2,9 @@ | |||
2 | #define TWITTER_H_AC7A7666 | 2 | #define TWITTER_H_AC7A7666 |
3 | 3 | ||
4 | namespace twitter { | 4 | namespace twitter { |
5 | 5 | ||
6 | class tweet; | 6 | class tweet; |
7 | 7 | ||
8 | }; | 8 | }; |
9 | 9 | ||
10 | #include "codes.h" | 10 | #include "codes.h" |
@@ -14,8 +14,6 @@ namespace twitter { | |||
14 | #include "timeline.h" | 14 | #include "timeline.h" |
15 | #include "tweet.h" | 15 | #include "tweet.h" |
16 | #include "user.h" | 16 | #include "user.h" |
17 | #include "list.h" | ||
18 | #include "direct_message.h" | ||
19 | #include "configuration.h" | 17 | #include "configuration.h" |
20 | 18 | ||
21 | #endif /* end of include guard: TWITTER_H_AC7A7666 */ | 19 | #endif /* end of include guard: TWITTER_H_AC7A7666 */ |