blob: 232fd9e21b13ffd9f1356cee2a9bf14a3ef8c5ae (
plain)
1
2
3
4
5
6
7
8
9
|
// Copyright 2006-2007 Nanorex, Inc. See LICENSE file for details.
/*
Name: container.cpp
Author: Oleksandr Shevchenko
Description: class for container representation
*/
#include "container.h"
|