pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
C#: Event not showing u...
2 sec ago
In Time 2012 DVDRip
2 sec ago
Heartburst Primer
10 sec ago
~! FREE ~! Enjoy Dunfer...
14 sec ago
Untitled
6 sec ago
Marv dox, the skid
6 sec ago
Watch Live Stream Free ...
25 sec ago
dsv(((halels))%@vWatch ...
39 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Apr 23rd, 2010 | Syntax:
None
| Size: 0.15 KB | Hits: 30 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
std::auto_ptr<UndoGroup> pUndoGroup;
if (NULL != mpView)
{
pUndoGroup.reset(new UndoGroup(mpView, "Execute Georeference PlugIn"));
}
create new paste
|
create new version of this paste
RAW Paste Data
std::auto_ptr<UndoGroup> pUndoGroup; if (NULL != mpView) { pUndoGroup.reset(new UndoGroup(mpView, "Execute Georeference PlugIn")); }