X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fbinding%2Fimpl%2FMessageEncoder.cpp;h=035ad550564a406a87694e10821da95d94733dac;hp=c4f3e693643926ba63fac4228b87fe7b750e0fc2;hb=5e62d2c1fb43763b3d627e641a310a79992b01c0;hpb=b3503427f4a11338de35dd57c4183fb300dfbba3 diff --git a/saml/binding/impl/MessageEncoder.cpp b/saml/binding/impl/MessageEncoder.cpp index c4f3e69..035ad55 100644 --- a/saml/binding/impl/MessageEncoder.cpp +++ b/saml/binding/impl/MessageEncoder.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2009 Internet2 + * Copyright 2001-2010 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -71,6 +71,11 @@ MessageEncoder::~MessageEncoder() { } +const XMLCh* MessageEncoder::getProtocolFamily() const +{ + return nullptr; +} + bool MessageEncoder::isCompact() const { return false;