Тема: How to hook into the save command with ObjectARX

[rus]
Mozhno li voiti v komandu Sokhranit' chtobi k baze dannikh dobavit' eshhe odnu zapis'- datu kogda tochka bila izmenena.
[/rus]

Re: How to hook into the save command with ObjectARX

Не совсем понятно, что нужно, но может быть это поможет.

AcEditorReactor::
virtual void commandWillStart(const char* cmdStr);
virtual void commandEnded(const char* cmdStr);
virtual void commandCancelled(const char* cmdStr);