summaryrefslogtreecommitdiff
path: root/src/xmpp/xmpp_component.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2018-04-24 19:19:06 +0200
committerlouiz’ <louiz@louiz.org>2018-04-24 20:25:40 +0200
commit61de6b1dac4ef29627f3bdb9ce11b6c0d06f4a24 (patch)
treef1da873798506627587ef7cdce23062d556b454a /src/xmpp/xmpp_component.hpp
parenta90f196a1ce779d502baf0aadff6e6917fec8a02 (diff)
downloadbiboumi-61de6b1dac4ef29627f3bdb9ce11b6c0d06f4a24.tar.gz
biboumi-61de6b1dac4ef29627f3bdb9ce11b6c0d06f4a24.tar.bz2
biboumi-61de6b1dac4ef29627f3bdb9ce11b6c0d06f4a24.tar.xz
biboumi-61de6b1dac4ef29627f3bdb9ce11b6c0d06f4a24.zip
Revert "Use a different Date data type"
This reverts commit 857c7d3972a03cbeebf730d99b924d3710dee6a0.
Diffstat (limited to 'src/xmpp/xmpp_component.hpp')
-rw-r--r--src/xmpp/xmpp_component.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xmpp/xmpp_component.hpp b/src/xmpp/xmpp_component.hpp
index 960c801..e18da40 100644
--- a/src/xmpp/xmpp_component.hpp
+++ b/src/xmpp/xmpp_component.hpp
@@ -6,7 +6,6 @@
#include <network/tcp_client_socket_handler.hpp>
#include <database/database.hpp>
#include <xmpp/xmpp_parser.hpp>
-#include <utils/datetime.hpp>
#include <xmpp/body.hpp>
#include <unordered_map>
@@ -142,7 +141,7 @@ public:
* Send a message, with a <delay/> element, part of a MUC history
*/
void send_history_message(const std::string& muc_name, const std::string& nick, const std::string& body,
- const std::string& jid_to, const DateTime& timestamp);
+ const std::string& jid_to, Database::time_point::rep timestamp);
#endif
/**
* Send an unavailable presence for this nick