-#include "asn1/GetRequest-PDU.h"
-#include "asn1/GetResponse-PDU.h"
-#include "asn1/VarBindList.h"
-#include "asn1/VarBind.h"
+#include "stg/GetRequest-PDU.h"
+#include "stg/GetResponse-PDU.h"
+#include "stg/VarBindList.h"
+#include "stg/VarBind.h"
#include "stg/common.h"
VarBind_t newVb;
memset(&newVb, 0, sizeof(newVb));
- newVb.name = vb->name;
+ it->first.ToOID(&newVb.name);
it->second->GetValue(&newVb.value);
ASN_SEQUENCE_ADD(varBindList, &newVb);