repo.or.cz
/
TortoiseGit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use static method
[TortoiseGit.git]
/
src
/
TortoiseProc
/
Commands
/
SendMailCommand.h
blob
d14d2e12f34d6227f4b479fd13f665ef76315693
1
#pragma once
2
#include
"Command.h"
3
4
/**
5
* \ingroup TortoiseProc
6
* Renames files and folders.
7
*/
8
class
SendMailCommand
:
public
Command
9
{
10
public
:
11
/**
12
* Executes the command.
13
*/
14
virtual
bool
Execute
();
15
};