Expose a "user agent present" property.
[shibboleth/cpp-opensaml.git] / saml / saml1 / binding / impl / SAML1SOAPDecoder.cpp
index d759507..eff4034 100644 (file)
@@ -44,7 +44,11 @@ namespace opensaml {
         public:
             SAML1SOAPDecoder(const DOMElement* e) {}
             virtual ~SAML1SOAPDecoder() {}
-            
+
+            bool isUserAgentPresent() const {
+                return false;
+            }
+
             xmltooling::XMLObject* decode(
                 std::string& relayState,
                 const GenericRequest& genericRequest,