aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/reference.cpp
blob: fb3e78e49c7c79d1ed43b1c4b320e097c6c7c08b (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <iostream>
#include "reference.h"

using namespace std;

void
Reference::show() const
{
    cout << "Reference.objId: " << m_objId;
}