X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FConnectors.hh;h=4f18a785d694f65acc6c2db482d956338f8e6dd4;hb=92f8630b75f3ef50e73c48cde58645dcd1534e27;hp=2e51e9f927a36318e53d5bdb8c78f90edf75233e;hpb=f52075dad8b8291570fa2c61ef9b5ec0a04d1e5e;p=senf.git diff --git a/PPI/Connectors.hh b/PPI/Connectors.hh index 2e51e9f..4f18a78 100644 --- a/PPI/Connectors.hh +++ b/PPI/Connectors.hh @@ -526,7 +526,7 @@ namespace connector { { public: PacketType operator()(); ///< Read packet - /**< \throws std::bad_cast, if the %connector receives a + /**< \throws std::bad_cast if the %connector receives a Packet which is not of type \a PacketType. \returns newly read packet reference. */ PacketType read(); ///< Alias for operator() @@ -549,7 +549,7 @@ namespace connector { { public: PacketType operator()(); ///< Read packet - /**< \throws std::bad_cast, if the %connector receives a + /**< \throws std::bad_cast if the %connector receives a Packet which is not of type \a PacketType. \returns newly read packet reference. */ PacketType read(); ///< Alias for operator()