24 #include <VCardAgentParam.h>
26 #include <VCardParam.h>
28 using namespace VCARD;
30 AgentParam::AgentParam()
35 AgentParam::AgentParam(
const AgentParam & x)
42 AgentParam::AgentParam(
const TQCString & s)
48 AgentParam::operator = (AgentParam & x)
50 if (*
this == x)
return *
this;
55 Param::operator = (x);
60 AgentParam::operator = (
const TQCString & s)
62 Param::operator = (s);
67 AgentParam::operator == (AgentParam & x)
72 return (x.refer() && uri_ == x.uri_);
77 AgentParam::~AgentParam()
84 if (strRep_.isEmpty()) {
94 AgentParam::_assemble()
101 strRep_ = uri_.asString();