12#ifndef ARCANE_UTILS_IUSERDATA_H
13#define ARCANE_UTILS_IUSERDATA_H
Arcane configuration file.
Interface for user data attached to another object.
virtual void notifyAttach()=0
Method executed when the instance is attached.
virtual ~IUserData()
Releases resources.
virtual void notifyDetach()=0
Method executed when the instance is detached.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --