Browse Source

[1924] added blnak lines between method declarations for readability.

JINMEI Tatuya 12 years ago
parent
commit
dfee1cf2ea
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/cc/session.h

+ 2 - 0
src/lib/cc/session.h

@@ -129,6 +129,7 @@ namespace isc {
                                    std::string instance = "*");
             virtual void unsubscribe(std::string group,
                              std::string instance = "*");
+
             /// \brief Send a message to a group.
             ///
             /// \todo Can someone explain how the group, instance and to work?
@@ -147,6 +148,7 @@ namespace isc {
                                       std::string instance = "*",
                                       std::string to = "*",
                                       bool want_answer = false);
+
             virtual bool group_recvmsg(isc::data::ConstElementPtr& envelope,
                                        isc::data::ConstElementPtr& msg,
                                        bool nonblock = true,